home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_317 / uniq / makefile < prev    next >
Makefile  |  1992-05-06  |  228b  |  20 lines

  1. #
  2. # uniq  - makefile
  3. #
  4. #        11 Jan 90
  5. #
  6. # Options are for Manx Aztec-C V3.6a
  7. #
  8.  
  9. O=o/
  10.  
  11. #
  12.  
  13. uniq : $(O)uniq.o  
  14.     cc date.c -o $(O)date.o
  15.     ln -o uniq -g $(O)uniq.o $(O)date.o -lc
  16.  
  17. $(O)uniq.o:    uniq.c  
  18.     cc -n   uniq.c -o $(O)uniq.o
  19.